Add ability to constrain flop harness to specific side of PBlock#1318
Merged
clavin-xlnx merged 18 commits intoXilinx:array_builderfrom Dec 3, 2025
Merged
Conversation
…k to improve routability. Also unroute top-level I/O nets that exit the pblock. Signed-off-by: Andrew Butt <Andrew.Butt@amd.com>
This was referenced Nov 7, 2025
Signed-off-by: Andrew Butt <Andrew.Butt@amd.com>
…explorer-side-map
clavin-xlnx
reviewed
Nov 11, 2025
Signed-off-by: Andrew Butt <Andrew.Butt@amd.com>
…explorer-side-map
Signed-off-by: Andrew Butt <Andrew.Butt@amd.com>
clavin-xlnx
reviewed
Nov 17, 2025
Signed-off-by: Andrew Butt <Andrew.Butt@amd.com>
Signed-off-by: Andrew Butt <Andrew.Butt@amd.com>
…e-explorer-side-map
Signed-off-by: Andrew Butt <Andrew.Butt@amd.com>
Signed-off-by: Andrew Butt <Andrew.Butt@amd.com>
Signed-off-by: Andrew Butt <Andrew.Butt@amd.com>
…the same slice as a ground source Signed-off-by: Andrew Butt <Andrew.Butt@amd.com>
clavin-xlnx
reviewed
Dec 2, 2025
test/src/com/xilinx/rapidwright/design/tools/TestInlineFlopTools.java
Outdated
Show resolved
Hide resolved
test/src/com/xilinx/rapidwright/design/tools/TestInlineFlopTools.java
Outdated
Show resolved
Hide resolved
…explorer-side-map
Signed-off-by: Andrew Butt <Andrew.Butt@amd.com>
Collaborator
Author
|
I added a somewhat unrelated change too where I removed some unnecessary prints that happen when parsing the XDC. They are just annoying when running tests that parse the XDC and don't really add anything. |
clavin-xlnx
reviewed
Dec 2, 2025
Signed-off-by: Andrew Butt <Andrew.Butt@amd.com>
clavin-xlnx
approved these changes
Dec 3, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
To ensure routability of ArrayBuilder designs, it is important that there is a routing path from a precompiled module in the direction of the input of the next precompiled module. A side map is provided to PerformanceExplorer which specifies which side of the pblock a given top-level I/O should have its flop placed on. Also unroutes top-level I/O nets that exit the pblock to prevent node overlaps between blocks placed near each other in the array.